home *** CD-ROM | disk | FTP | other *** search
- property ancestor
- global gApp
-
- on birth me, vSprNum, vID
- set ancestor to NewObj("TAnim", vSprNum, vID)
- mIBazooka(me)
- return me
- end
-
- on mIBazooka me
- mStAnimNumBgnEnd(me, the number of cast "bazooka", the number of cast "bazookaE")
- mStLoop(me, 0)
- mReqMorningCall(gApp, me)
- end
-
- on mDeath me
- mCancelMorningCall(gApp, me)
- mDeath(ancestor)
- end
-
- on mIdle me
- mStLocH(me, the mouseH)
- updateStage()
- end
-